Skip to main content

StringIsString

Type

operator

Summary

Determines whether Left and Right are equal or not.

Syntax

<Left> is <Right>

Description

The is operator is case sensitive.

Parameters

NameTypeDescription

Left

An expression which evaluates to a string.

Right

An expression which evaluates to a string.

Thank you for your feedback!

Was this page helpful?